You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatControlCharts Class > StatControlCharts Methods > StatControlCharts.QCMRChart Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatControlCharts.QCMRChart Method

Moving range chart.

Syntax
C#
Visual Basic
public static void QCMRChart([In] TVec Data, out double CL, out double UCL, out double LCL, double Confidence);
Parameters 
Description 
[In] TVec Data 
Data to be analyzed. Each value represents number of defects. 
out double CL 
Returns control Chart centerline. 
out double UCL 
Returns control Chart upper control limit. 
out double LCL 
Returns control Chart lower control limit. 
double Confidence 
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. 

Uses Data values to construct a moving-range quality control chart. This QC chart type can be used for individual measurements (sample size = 1).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!